home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / DJGPP / BNU22SR1.ZIP / src / binutils.2 / bfd / configur.hos < prev    next >
Text File  |  1993-05-30  |  2KB  |  80 lines

  1. # This file is a shell script that supplies the information necessary
  2. # to tailor a template configure script into the configure script
  3. # appropriate for this directory.  For more information, check any
  4. # existing configure script.
  5.  
  6. # Since the "bfd/hosts" directory is shared by the bfd, opcodes, and
  7. # binutils directories (at least), the index to it is also shared.
  8. # This is that index.  Each configure.in file should source this file
  9. # in its per-host part.
  10.  
  11. case "${host}" in
  12. # WHEN ADDING ENTRIES TO THIS MATRIX:
  13. #  Make sure that the left side always has two dashes.  Otherwise you
  14. #  can get spurious matches.  Even for unambiguous cases, do this as a
  15. #  convention, else the table becomes a real mess to understand and maintain.
  16. #
  17. # Note that these entries cannot be fully alphabetical.  Don't try.
  18. # The order of matching is critical when multiple lines could match.
  19.  
  20. alpha-*-*)        my_host=alphaosf ;;
  21. a29k-*-*)        my_host=ultra3 ;;
  22.  
  23. hppa*-hp-hpux)        my_host=hppahpux ;;
  24. hppa*-hp-bsd)        my_host=hppabsd ;;
  25. hppa*-hp-osf)        my_host=hppaosf ;;
  26.  
  27. i[34]86-*-bsd)        my_host=i386bsd ;;
  28. i[34]86-ncr*-sysv4*)    my_host=ncr3000 ;;
  29. i[34]86-*-go32)        my_host=go32 ;;
  30. i[34]86-*-sysv4*)    my_host=i386v4 ;;
  31. i[34]86-*-sysv*)    my_host=i386v ;;
  32. i[34]86-*-solaris*)    my_host=i386v ;;
  33. i[34]86-*-sco*)        my_host=i386v ;;
  34. i[34]86-*-mach*)    my_host=i386mach ;;
  35. i[34]86-*-msdos*)    my_host=dose ;;
  36. i[34]86-*-linux)    my_host=i386linux ;;
  37. i[34]86-*-isc*)        my_host=i386isc ;;
  38. i[34]86-*-aix*)        my_host=i386aix ;;
  39.  
  40. i860-*-*)        my_host=stratus ;;
  41.  
  42. mips-dec-bsd*)          my_host=mipsbsd ;;
  43. mips-dec-*)        my_host=decstation ;;
  44. mips-sgi-irix3*)    my_host=irix3 ;;
  45. mips-sgi-irix4*)    my_host=irix4 ;;
  46.  
  47. m68*-cbm-amigados)    my_host=amigados ;;
  48. m68*-cbm-sysv4*)    my_host=amix ;;
  49. m68*-hp-hpux)        my_host=hp300 ;;
  50. m68*-hp-bsd)        my_host=hp300bsd ;;
  51. m68*-sony-*)        my_host=news ;;
  52. m68*-sun-*)        my_host=sun3 ;;
  53. m68*-apollo*-sysv*)    my_host=apollov68 ;;
  54. m68*-apollo*-bsd*)    my_host=apollo68 ;;
  55. m68*-convergent-sysv*)    my_host=miniframe ;;
  56.  
  57. m88k-motorola-*)    my_host=delta88 ;;
  58. m88k-harris-*)        my_host=harris ;;
  59. m88k-*-dgux)        my_host=dgux ;;
  60.  
  61. romp-*-*)        my_host=rtbsd ;;
  62.  
  63. rs6000-*-*)        my_host=rs6000 ;;
  64.  
  65. sparc-*-sunos64)    my_host=sparc-ll ;;
  66. sparc-*-sysv4*)        my_host=sysv4 ;;
  67. sparc-*-solaris2*)    my_host=solaris2 ;;
  68. sparc-*-sysv64)        my_host=sysv4-ll ;;
  69. sparc-*-*)        my_host=sparc ;;
  70.  
  71. tahoe-*-*)        my_host=tahoe ;;
  72.  
  73. vax-*-ultrix2*)        my_host=vaxult2 ;;
  74. vax-*-ultrix*)        my_host=vaxult ;;
  75. vax-*-*)        my_host=vaxbsd ;;
  76.  
  77. we32k-*-*)        my_host=we32k ;;
  78.  
  79. esac
  80.